entryAtIndex

abstract fun entryAtIndex(index: Int): NavigationEntry

Returns an Optional that contains the NavigationEntry instance for the given index in the back-forward list, otherwise an empty Optional.

Parameters

index

location of the item to return in the back-forward list

Throws

when index is more than the number of items in the back-forward list

when the browser is already closed